|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- {
- "_args": [
- [
- "immutable@3.7.6",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "immutable@3.7.6",
- "_id": "immutable@3.7.6",
- "_inBundle": false,
- "_integrity": "sha1-E7TTyxK++hVIKib+Gy665kAHHks=",
- "_location": "/immutable",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "immutable@3.7.6",
- "name": "immutable",
- "escapedName": "immutable",
- "rawSpec": "3.7.6",
- "saveSpec": null,
- "fetchSpec": "3.7.6"
- },
- "_requiredBy": [
- "/@types/draft-js",
- "/browser-sync",
- "/browser-sync-ui",
- "/draft-js"
- ],
- "_resolved": "https://registry.npmjs.org/immutable/-/immutable-3.7.6.tgz",
- "_spec": "3.7.6",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Lee Byron",
- "url": "https://github.com/leebyron"
- },
- "bugs": {
- "url": "https://github.com/facebook/immutable-js/issues"
- },
- "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"
- }
|