Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50650 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "es-abstract@^1.6.1",
6
"scope": null,
7
"escapedName": "es-abstract",
8
"name": "es-abstract",
9
"rawSpec": "^1.6.1",
10
"spec": ">=1.6.1 <2.0.0",
11
"type": "range"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/object.entries"
14
]
15
],
16
"_from": "es-abstract@>=1.6.1 <2.0.0",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/es-abstract",
21
"_nodeVersion": "7.4.0",
22
"_npmOperationalInternal": {
23
"host": "packages-18-east.internal.npmjs.com",
24
"tmp": "tmp/es-abstract-1.7.0.tgz_1485134805330_0.4183360554743558"
25
},
26
"_npmUser": {
27
"name": "ljharb",
28
"email": "[email protected]"
29
},
30
"_npmVersion": "4.0.5",
31
"_phantomChildren": {},
32
"_requested": {
33
"raw": "es-abstract@^1.6.1",
34
"scope": null,
35
"escapedName": "es-abstract",
36
"name": "es-abstract",
37
"rawSpec": "^1.6.1",
38
"spec": ">=1.6.1 <2.0.0",
39
"type": "range"
40
},
41
"_requiredBy": [
42
"/object.entries"
43
],
44
"_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.7.0.tgz",
45
"_shasum": "dfade774e01bfcd97f96180298c449c8623fb94c",
46
"_shrinkwrap": null,
47
"_spec": "es-abstract@^1.6.1",
48
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/object.entries",
49
"author": {
50
"name": "Jordan Harband",
51
"email": "[email protected]",
52
"url": "http://ljharb.codes"
53
},
54
"bugs": {
55
"url": "https://github.com/ljharb/es-abstract/issues"
56
},
57
"contributors": [
58
{
59
"name": "Jordan Harband",
60
"email": "[email protected]",
61
"url": "http://ljharb.codes"
62
}
63
],
64
"dependencies": {
65
"es-to-primitive": "^1.1.1",
66
"function-bind": "^1.1.0",
67
"is-callable": "^1.1.3",
68
"is-regex": "^1.0.3"
69
},
70
"description": "ECMAScript spec abstract operations.",
71
"devDependencies": {
72
"@ljharb/eslint-config": "^10.0.0",
73
"covert": "^1.1.0",
74
"editorconfig-tools": "^0.1.1",
75
"eslint": "^3.14.0",
76
"foreach": "^2.0.5",
77
"jscs": "^3.0.7",
78
"nsp": "^2.6.2",
79
"object-is": "^1.0.1",
80
"replace": "^0.3.0",
81
"safe-publish-latest": "^1.1.1",
82
"semver": "^5.3.0",
83
"tape": "^4.6.3"
84
},
85
"directories": {},
86
"dist": {
87
"shasum": "dfade774e01bfcd97f96180298c449c8623fb94c",
88
"tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.7.0.tgz"
89
},
90
"engines": {
91
"node": ">= 0.4"
92
},
93
"gitHead": "78f03da0dd27ec8575fc966447635680ab8b07c2",
94
"homepage": "https://github.com/ljharb/es-abstract#readme",
95
"keywords": [
96
"ECMAScript",
97
"ES",
98
"abstract",
99
"operation",
100
"abstract operation",
101
"JavaScript",
102
"ES5",
103
"ES6",
104
"ES7"
105
],
106
"license": "MIT",
107
"main": "index.js",
108
"maintainers": [
109
{
110
"name": "ljharb",
111
"email": "[email protected]"
112
}
113
],
114
"name": "es-abstract",
115
"optionalDependencies": {},
116
"readme": "ERROR: No README data found!",
117
"repository": {
118
"type": "git",
119
"url": "git://github.com/ljharb/es-abstract.git"
120
},
121
"scripts": {
122
"coverage": "covert test/*.js",
123
"coverage-quiet": "covert test/*.js --quiet",
124
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
125
"eslint": "eslint test/*.js *.js",
126
"jscs": "jscs test/*.js *.js",
127
"lint": "npm run --silent jscs && npm run --silent eslint",
128
"posttest": "npm run --silent security",
129
"prepublish": "safe-publish-latest",
130
"pretest": "npm run --silent lint",
131
"security": "nsp check",
132
"test": "npm run tests-only",
133
"tests-only": "node test/index.js"
134
},
135
"testling": {
136
"files": "test/index.js",
137
"browsers": [
138
"iexplore/6.0..latest",
139
"firefox/3.0..6.0",
140
"firefox/15.0..latest",
141
"firefox/nightly",
142
"chrome/4.0..10.0",
143
"chrome/20.0..latest",
144
"chrome/canary",
145
"opera/10.0..latest",
146
"opera/next",
147
"safari/4.0..latest",
148
"ipad/6.0..latest",
149
"iphone/6.0..latest",
150
"android-browser/4.2"
151
]
152
},
153
"version": "1.7.0"
154
}
155
156