103 lines
2.5 KiB
JSON
103 lines
2.5 KiB
JSON
{
|
|
"_from": "immutable@~3.7.6",
|
|
"_id": "immutable@3.7.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-E7TTyxK++hVIKib+Gy665kAHHks=",
|
|
"_location": "/immutable",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "immutable@~3.7.6",
|
|
"name": "immutable",
|
|
"escapedName": "immutable",
|
|
"rawSpec": "~3.7.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~3.7.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/@gatsbyjs/relay-compiler"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/immutable/-/immutable-3.7.6.tgz",
|
|
"_shasum": "13b4d3cb12befa15482a26fe1b2ebae640071e4b",
|
|
"_spec": "immutable@~3.7.6",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/@gatsbyjs/relay-compiler",
|
|
"author": {
|
|
"name": "Lee Byron",
|
|
"url": "https://github.com/leebyron"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/immutable-js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Immutable Data Collections",
|
|
"devDependencies": {
|
|
"acorn": "^0.11.0",
|
|
"benchmark": "^1.0.0",
|
|
"bluebird": "^2.7.1",
|
|
"colors": "^1.0.3",
|
|
"es6-transpiler": "^0.7.18",
|
|
"estraverse": "^1.9.1",
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-clean": "^0.5.0",
|
|
"grunt-contrib-copy": "^0.5.0",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"grunt-jest": "^0.1.0",
|
|
"grunt-release": "^0.7.0",
|
|
"jasmine-check": "^0.1.2",
|
|
"magic-string": "^0.2.6",
|
|
"microtime": "^1.2.0",
|
|
"react-tools": "^0.11.1",
|
|
"rollup": "^0.19.2",
|
|
"typescript": "~1.4.1",
|
|
"uglify-js": "^2.4.15"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"contrib",
|
|
"README.md",
|
|
"LICENSE",
|
|
"PATENTS"
|
|
],
|
|
"homepage": "https://github.com/facebook/immutable-js",
|
|
"jest": {
|
|
"scriptPreprocessor": "resources/jestPreprocessor.js",
|
|
"testFileExtensions": [
|
|
"js",
|
|
"ts"
|
|
],
|
|
"persistModuleRegistryBetweenSpecs": true
|
|
},
|
|
"keywords": [
|
|
"immutable",
|
|
"persistent",
|
|
"lazy",
|
|
"data",
|
|
"datastructure",
|
|
"functional",
|
|
"collection",
|
|
"stateless",
|
|
"sequence",
|
|
"iteration"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "dist/immutable.js",
|
|
"name": "immutable",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/facebook/immutable-js.git"
|
|
},
|
|
"scripts": {
|
|
"perf": "node ./resources/bench.js",
|
|
"test": "./resources/node_test.sh"
|
|
},
|
|
"typescript": {
|
|
"definition": "dist/immutable.d.ts"
|
|
},
|
|
"version": "3.7.6"
|
|
}
|