Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50655 views
1
{
2
"_args": [
3
[
4
{
5
"raw": "es-to-primitive@^1.1.1",
6
"scope": null,
7
"escapedName": "es-to-primitive",
8
"name": "es-to-primitive",
9
"rawSpec": "^1.1.1",
10
"spec": ">=1.1.1 <2.0.0",
11
"type": "range"
12
},
13
"/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/es-abstract"
14
]
15
],
16
"_from": "es-to-primitive@>=1.1.1 <2.0.0",
17
"_id": "[email protected]",
18
"_inCache": true,
19
"_installable": true,
20
"_location": "/es-to-primitive",
21
"_nodeVersion": "5.3.0",
22
"_npmUser": {
23
"name": "ljharb",
24
"email": "[email protected]"
25
},
26
"_npmVersion": "3.3.12",
27
"_phantomChildren": {},
28
"_requested": {
29
"raw": "es-to-primitive@^1.1.1",
30
"scope": null,
31
"escapedName": "es-to-primitive",
32
"name": "es-to-primitive",
33
"rawSpec": "^1.1.1",
34
"spec": ">=1.1.1 <2.0.0",
35
"type": "range"
36
},
37
"_requiredBy": [
38
"/es-abstract"
39
],
40
"_resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.1.1.tgz",
41
"_shasum": "45355248a88979034b6792e19bb81f2b7975dd0d",
42
"_shrinkwrap": null,
43
"_spec": "es-to-primitive@^1.1.1",
44
"_where": "/projects/f8cf98ed-299e-4423-a167-870e8658e081/cocalc/src/smc-project/node_modules/es-abstract",
45
"author": {
46
"name": "Jordan Harband"
47
},
48
"bugs": {
49
"url": "https://github.com/ljharb/es-to-primitive/issues"
50
},
51
"dependencies": {
52
"is-callable": "^1.1.1",
53
"is-date-object": "^1.0.1",
54
"is-symbol": "^1.0.1"
55
},
56
"description": "ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES6 versions.",
57
"devDependencies": {
58
"@ljharb/eslint-config": "^1.6.1",
59
"covert": "^1.1.0",
60
"eslint": "^1.10.3",
61
"foreach": "^2.0.5",
62
"jscs": "^2.7.0",
63
"nsp": "^2.2.0",
64
"object-is": "^1.0.1",
65
"replace": "^0.3.0",
66
"semver": "^5.1.0",
67
"tape": "^4.4.0"
68
},
69
"directories": {},
70
"dist": {
71
"shasum": "45355248a88979034b6792e19bb81f2b7975dd0d",
72
"tarball": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.1.1.tgz"
73
},
74
"engines": {
75
"node": ">= 0.4"
76
},
77
"gitHead": "56cd0400062c37e3427c59ddf7852972cf14e6fe",
78
"homepage": "https://github.com/ljharb/es-to-primitive#readme",
79
"keywords": [
80
"primitive",
81
"abstract",
82
"ecmascript",
83
"es5",
84
"es6",
85
"toPrimitive",
86
"coerce",
87
"type",
88
"object"
89
],
90
"license": "MIT",
91
"main": "index.js",
92
"maintainers": [
93
{
94
"name": "ljharb",
95
"email": "[email protected]"
96
}
97
],
98
"name": "es-to-primitive",
99
"optionalDependencies": {},
100
"readme": "ERROR: No README data found!",
101
"repository": {
102
"type": "git",
103
"url": "git://github.com/ljharb/es-to-primitive.git"
104
},
105
"scripts": {
106
"coverage": "covert test/*.js",
107
"coverage-quiet": "covert test/*.js --quiet",
108
"eslint": "eslint test/*.js *.js",
109
"jscs": "jscs test/*.js *.js",
110
"lint": "npm run jscs && npm run eslint",
111
"security": "nsp check",
112
"test": "npm run lint && npm run tests-only && npm run security",
113
"tests-only": "node --es-staging test"
114
},
115
"testling": {
116
"files": "test",
117
"browsers": [
118
"iexplore/6.0..latest",
119
"firefox/3.0..6.0",
120
"firefox/15.0..latest",
121
"firefox/nightly",
122
"chrome/4.0..10.0",
123
"chrome/20.0..latest",
124
"chrome/canary",
125
"opera/10.0..latest",
126
"opera/next",
127
"safari/4.0..latest",
128
"ipad/6.0..latest",
129
"iphone/6.0..latest",
130
"android-browser/4.2"
131
]
132
},
133
"version": "1.1.1"
134
}
135
136