| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155 |
- {
- "_from": "immutable",
- "_id": "immutable@4.0.0-rc.12",
- "_inBundle": false,
- "_integrity": "sha512-0M2XxkZLx/mi3t8NVwIm1g8nHoEmM9p9UBl/G9k4+hm0kBgOVdMV/B3CY5dQ8qG8qc80NN4gDV4HQv6FTJ5q7A==",
- "_location": "/immutable",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "immutable",
- "name": "immutable",
- "escapedName": "immutable",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/immutable/-/immutable-4.0.0-rc.12.tgz",
- "_shasum": "ca59a7e4c19ae8d9bf74a97bdf0f6e2f2a5d0217",
- "_spec": "immutable",
- "_where": "G:\\micro\\react\\cld2_react",
- "author": {
- "name": "Lee Byron",
- "url": "https://github.com/leebyron"
- },
- "bugs": {
- "url": "https://github.com/facebook/immutable-js/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Immutable Data Collections",
- "devDependencies": {
- "benchmark": "2.1.4",
- "browser-sync": "^2.26.3",
- "browserify": "16.2.2",
- "colors": "1.2.5",
- "del": "3.0.0",
- "dtslint": "0.1.2",
- "eslint": "4.19.1",
- "eslint-config-airbnb": "16.1.0",
- "eslint-config-prettier": "2.9.0",
- "eslint-plugin-import": "2.12.0",
- "eslint-plugin-jsx-a11y": "6.0.3",
- "eslint-plugin-prettier": "2.6.2",
- "eslint-plugin-react": "7.8.2",
- "flow-bin": "0.85.0",
- "gulp": "3.9.1",
- "gulp-concat": "2.6.1",
- "gulp-filter": "5.1.0",
- "gulp-header": "2.0.5",
- "gulp-less": "3.5.0",
- "gulp-size": "3.0.0",
- "gulp-sourcemaps": "2.6.4",
- "gulp-uglify": "2.1.0",
- "gulp-util": "3.0.8",
- "jasmine-check": "0.1.5",
- "jest": "23.6.0",
- "marked": "0.3.19",
- "microtime": "2.1.8",
- "mkdirp": "0.5.1",
- "npm-run-all": "4.1.3",
- "prettier": "1.14.2",
- "react": "^0.12.0",
- "react-router": "^0.11.2",
- "react-tools": "0.13.3",
- "rimraf": "2.6.2",
- "rollup": "0.59.1",
- "rollup-plugin-buble": "0.19.2",
- "rollup-plugin-commonjs": "9.1.3",
- "rollup-plugin-json": "3.0.0",
- "rollup-plugin-strip-banner": "0.2.0",
- "run-sequence": "2.2.1",
- "through2": "2.0.3",
- "transducers-js": "^0.4.174",
- "tslint": "5.7.0",
- "typescript": "3.0.3",
- "uglify-js": "2.8.11",
- "uglify-save-license": "0.4.1",
- "vinyl-buffer": "1.0.1",
- "vinyl-source-stream": "2.0.0"
- },
- "files": [
- "dist",
- "contrib",
- "README.md",
- "LICENSE"
- ],
- "homepage": "https://facebook.github.com/immutable-js",
- "jest": {
- "moduleFileExtensions": [
- "js",
- "ts"
- ],
- "transform": {
- "^.+\\.ts$": "<rootDir>/resources/jestPreprocessor.js"
- },
- "testRegex": "/__tests__/.*\\.(ts|js)$",
- "unmockedModulePathPatterns": [
- "./node_modules/react"
- ]
- },
- "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/facebook/immutable-js.git"
- },
- "scripts": {
- "build": "run-s build:*",
- "build:dist": "run-s clean:dist bundle:dist bundle:es copy:dist stats:dist",
- "build:pages": "gulp --gulpfile ./resources/gulpfile.js default",
- "bundle:dist": "rollup -c ./resources/rollup-config.js",
- "bundle:es": "rollup -c ./resources/rollup-config-es.js",
- "clean:dist": "rimraf dist",
- "copy:dist": "node ./resources/copy-dist-typedefs.js",
- "deploy": "./resources/deploy-ghpages.sh",
- "format": "prettier --single-quote --trailing-comma=es5 --write \"{__tests__,src,pages/src,pages/lib,perf,resources}/**/*{\\.js,\\.ts}\"",
- "gitpublish": "./resources/gitpublish.sh",
- "lint": "run-s lint:*",
- "lint:js": "eslint \"{__tests__,src,pages/src,pages/lib}/**/*.js\"",
- "lint:ts": "tslint \"__tests__/**/*.ts\"",
- "perf": "node ./resources/bench.js",
- "start": "gulp --gulpfile ./resources/gulpfile.js dev",
- "stats:dist": "node ./resources/dist-stats.js",
- "test": "run-s format build lint testonly test:types:*",
- "test:travis": "npm run test && ./resources/check-changes",
- "test:types:flow": "flow check type-definitions/tests --include-warnings",
- "test:types:ts": "tsc ./type-definitions/Immutable.d.ts --lib es2015 && dtslint type-definitions/ts-tests",
- "testonly": "./resources/jest"
- },
- "typescript": {
- "definition": "dist/immutable.d.ts"
- },
- "typings": "dist/immutable-nonambient.d.ts",
- "version": "4.0.0-rc.12"
- }
|