my-idlers/node_modules/immutable/package.json
cp6 fd22b0bf58 V2 (Laravel re-make)
V2 (Laravel re-make)
2022-03-06 02:02:12 +11:00

69 lines
1.5 KiB
JSON

{
"_args": [
[
"immutable@4.0.0",
"C:\\laragon\\www\\idlers"
]
],
"_development": true,
"_from": "immutable@4.0.0",
"_id": "immutable@4.0.0",
"_inBundle": false,
"_integrity": "sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==",
"_location": "/immutable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "immutable@4.0.0",
"name": "immutable",
"escapedName": "immutable",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/sass"
],
"_resolved": "https://registry.npmjs.org/immutable/-/immutable-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "C:\\laragon\\www\\idlers",
"author": {
"name": "Lee Byron",
"url": "https://github.com/leebyron"
},
"bugs": {
"url": "https://github.com/immutable-js/immutable-js/issues"
},
"description": "Immutable Data Collections",
"files": [
"dist",
"README.md",
"LICENSE"
],
"homepage": "https://immutable-js.com",
"keywords": [
"immutable",
"persistent",
"lazy",
"data",
"datastructure",
"functional",
"collection",
"stateless",
"sequence",
"iteration"
],
"license": "MIT",
"main": "dist/immutable.js",
"module": "dist/immutable.es.js",
"name": "immutable",
"repository": {
"type": "git",
"url": "git://github.com/immutable-js/immutable-js.git"
},
"sideEffects": false,
"types": "dist/immutable.d.ts",
"version": "4.0.0"
}