package.json
3.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"_args": [
[
"immutable@3.8.2",
"C:\\Users\\Administrator\\Desktop\\gentelella"
]
],
"_development": true,
"_from": "immutable@3.8.2",
"_id": "immutable@3.8.2",
"_inBundle": false,
"_integrity": "sha1-wkOZUUVbs5kT2vKBN28VMOEErfM=",
"_location": "/immutable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "immutable@3.8.2",
"name": "immutable",
"escapedName": "immutable",
"rawSpec": "3.8.2",
"saveSpec": null,
"fetchSpec": "3.8.2"
},
"_requiredBy": [
"/browser-sync",
"/browser-sync-ui"
],
"_resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz",
"_spec": "3.8.2",
"_where": "C:\\Users\\Administrator\\Desktop\\gentelella",
"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.x",
"babel-eslint": "^4.1.8",
"benchmark": "^1.0.0",
"bluebird": "3.1.1",
"browser-sync": "2.11.0",
"browserify": "^5.11.2",
"colors": "1.1.2",
"del": "2.2.0",
"es6-transpiler": "0.7.18",
"eslint": "^1.10.3",
"estraverse": "1.9.3",
"express": "^4.13.4",
"fbjs-scripts": "^0.5.0",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jshint": "0.11.3",
"grunt-release": "0.13.0",
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-filter": "3.0.1",
"gulp-header": "1.7.1",
"gulp-jest": "^0.2.1",
"gulp-jshint": "^1.8.4",
"gulp-less": "3.0.5",
"gulp-size": "2.0.0",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.1",
"gulp-util": "3.0.7",
"harmonize": "1.4.4",
"jasmine-check": "^0.1.2",
"jest-cli": "^0.5.10",
"jshint-stylish": "^0.4.0",
"magic-string": "0.10.2",
"marked": "0.3.5",
"microtime": "^2.0.0",
"node-jsx": "^0.12.4",
"react": "^0.12.0",
"react-router": "^0.11.2",
"react-tools": "^0.12.0",
"rollup": "0.24.0",
"run-sequence": "1.1.5",
"through2": "2.0.0",
"typescript": "1.7.5",
"uglify-js": "2.6.1",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"dist",
"contrib",
"README.md",
"LICENSE"
],
"homepage": "https://facebook.github.com/immutable-js",
"jest": {
"scriptPreprocessor": "resources/jestPreprocessor.js",
"testFileExtensions": [
"js",
"ts"
],
"persistModuleRegistryBetweenSpecs": true
},
"keywords": [
"immutable",
"persistent",
"lazy",
"data",
"datastructure",
"functional",
"collection",
"stateless",
"sequence",
"iteration"
],
"license": "MIT",
"main": "dist/immutable.js",
"name": "immutable",
"repository": {
"type": "git",
"url": "git://github.com/facebook/immutable-js.git"
},
"scripts": {
"build": "grunt default && gulp default",
"deploy": "(cd ./pages/out && git init && git config user.name \"Travis CI\" && git config user.email \"github@fb.com\" && git add . && git commit -m \"Deploy to GitHub Pages\" && git push --force --quiet \"https://${GH_TOKEN}@github.com/facebook/immutable-js.git\" master:gh-pages > /dev/null 2>1)",
"lint": "eslint src/ && grunt lint && gulp lint",
"perf": "node ./resources/bench.js",
"start": "npm run build && node ./pages/resources/start.js",
"test": "npm run lint && npm run testonly",
"testonly": "./resources/node_test.sh"
},
"typescript": {
"definition": "dist/immutable.d.ts"
},
"typings": "dist/immutable-nonambient.d.ts",
"version": "3.8.2"
}