You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
125 lines
3.1 KiB
125 lines
3.1 KiB
{ |
|
"_args": [ |
|
[ |
|
"es-to-primitive@^1.1.1", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/es-abstract" |
|
] |
|
], |
|
"_from": "es-to-primitive@>=1.1.1 <2.0.0", |
|
"_id": "es-to-primitive@1.1.1", |
|
"_inCache": true, |
|
"_installable": true, |
|
"_location": "/es-to-primitive", |
|
"_nodeVersion": "5.3.0", |
|
"_npmUser": { |
|
"email": "ljharb@gmail.com", |
|
"name": "ljharb" |
|
}, |
|
"_npmVersion": "3.3.12", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"name": "es-to-primitive", |
|
"raw": "es-to-primitive@^1.1.1", |
|
"rawSpec": "^1.1.1", |
|
"scope": null, |
|
"spec": ">=1.1.1 <2.0.0", |
|
"type": "range" |
|
}, |
|
"_requiredBy": [ |
|
"/es-abstract" |
|
], |
|
"_resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.1.1.tgz", |
|
"_shasum": "45355248a88979034b6792e19bb81f2b7975dd0d", |
|
"_shrinkwrap": null, |
|
"_spec": "es-to-primitive@^1.1.1", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/node_modules/es-abstract", |
|
"author": { |
|
"name": "Jordan Harband" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/ljharb/es-to-primitive/issues" |
|
}, |
|
"dependencies": { |
|
"is-callable": "^1.1.1", |
|
"is-date-object": "^1.0.1", |
|
"is-symbol": "^1.0.1" |
|
}, |
|
"description": "ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES6 versions.", |
|
"devDependencies": { |
|
"@ljharb/eslint-config": "^1.6.1", |
|
"covert": "^1.1.0", |
|
"eslint": "^1.10.3", |
|
"foreach": "^2.0.5", |
|
"jscs": "^2.7.0", |
|
"nsp": "^2.2.0", |
|
"object-is": "^1.0.1", |
|
"replace": "^0.3.0", |
|
"semver": "^5.1.0", |
|
"tape": "^4.4.0" |
|
}, |
|
"directories": {}, |
|
"dist": { |
|
"shasum": "45355248a88979034b6792e19bb81f2b7975dd0d", |
|
"tarball": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.1.1.tgz" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"gitHead": "56cd0400062c37e3427c59ddf7852972cf14e6fe", |
|
"homepage": "https://github.com/ljharb/es-to-primitive#readme", |
|
"keywords": [ |
|
"primitive", |
|
"abstract", |
|
"ecmascript", |
|
"es5", |
|
"es6", |
|
"toPrimitive", |
|
"coerce", |
|
"type", |
|
"object" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"maintainers": [ |
|
{ |
|
"email": "ljharb@gmail.com", |
|
"name": "ljharb" |
|
} |
|
], |
|
"name": "es-to-primitive", |
|
"optionalDependencies": {}, |
|
"readme": "ERROR: No README data found!", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/ljharb/es-to-primitive.git" |
|
}, |
|
"scripts": { |
|
"coverage": "covert test/*.js", |
|
"coverage-quiet": "covert test/*.js --quiet", |
|
"eslint": "eslint test/*.js *.js", |
|
"jscs": "jscs test/*.js *.js", |
|
"lint": "npm run jscs && npm run eslint", |
|
"security": "nsp check", |
|
"test": "npm run lint && npm run tests-only && npm run security", |
|
"tests-only": "node --es-staging test" |
|
}, |
|
"testling": { |
|
"browsers": [ |
|
"iexplore/6.0..latest", |
|
"firefox/3.0..6.0", |
|
"firefox/15.0..latest", |
|
"firefox/nightly", |
|
"chrome/4.0..10.0", |
|
"chrome/20.0..latest", |
|
"chrome/canary", |
|
"opera/10.0..latest", |
|
"opera/next", |
|
"safari/4.0..latest", |
|
"ipad/6.0..latest", |
|
"iphone/6.0..latest", |
|
"android-browser/4.2" |
|
], |
|
"files": "test" |
|
}, |
|
"version": "1.1.1" |
|
}
|
|
|