d2-ui
Version:
144 lines (143 loc) • 3.71 kB
JSON
{
"_args": [
[
"es-abstract@^1.3.2",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/object.values"
]
],
"_from": "es-abstract@>=1.3.2 <2.0.0",
"_id": "es-abstract@1.5.1",
"_inCache": true,
"_installable": true,
"_location": "/es-abstract",
"_nodeVersion": "6.2.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/es-abstract-1.5.1.tgz_1464674430384_0.7245310060679913"
},
"_npmUser": {
"email": "ljharb@gmail.com",
"name": "ljharb"
},
"_npmVersion": "3.8.9",
"_phantomChildren": {},
"_requested": {
"name": "es-abstract",
"raw": "es-abstract@^1.3.2",
"rawSpec": "^1.3.2",
"scope": null,
"spec": ">=1.3.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/object.values"
],
"_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.5.1.tgz",
"_shasum": "f0bf96bea7616bb940bcea4f527e31fb2ee1f22a",
"_shrinkwrap": null,
"_spec": "es-abstract@^1.3.2",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/object.values",
"author": {
"email": "ljharb@gmail.com",
"name": "Jordan Harband",
"url": "http://ljharb.codes"
},
"bugs": {
"url": "https://github.com/ljharb/es-abstract/issues"
},
"contributors": [
{
"email": "ljharb@gmail.com",
"name": "Jordan Harband",
"url": "http://ljharb.codes"
}
],
"dependencies": {
"es-to-primitive": "^1.1.1",
"function-bind": "^1.1.0",
"is-callable": "^1.1.3",
"is-regex": "^1.0.3"
},
"description": "ECMAScript spec abstract operations.",
"devDependencies": {
"@ljharb/eslint-config": "^5.0.0",
"covert": "^1.1.0",
"editorconfig-tools": "^0.1.1",
"eslint": "^2.11.1",
"foreach": "^2.0.5",
"jscs": "^3.0.3",
"nsp": "^2.4.0",
"object-is": "^1.0.1",
"replace": "^0.3.0",
"semver": "^5.1.0",
"tape": "^4.5.1"
},
"directories": {},
"dist": {
"shasum": "f0bf96bea7616bb940bcea4f527e31fb2ee1f22a",
"tarball": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.5.1.tgz"
},
"engines": {
"node": ">= 0.4"
},
"gitHead": "c978f81f63465d8b748b0922f39e9b8cb0504f67",
"homepage": "https://github.com/ljharb/es-abstract#readme",
"keywords": [
"ECMAScript",
"ES",
"abstract",
"operation",
"abstract operation",
"JavaScript",
"ES5",
"ES6",
"ES7"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "ljharb@gmail.com",
"name": "ljharb"
}
],
"name": "es-abstract",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/ljharb/es-abstract.git"
},
"scripts": {
"coverage": "covert test/*.js",
"coverage-quiet": "covert test/*.js --quiet",
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
"eslint": "eslint test/*.js *.js",
"jscs": "jscs test/*.js *.js",
"lint": "npm run --silent jscs && npm run --silent eslint",
"posttest": "npm run --silent security",
"pretest": "npm run --silent lint",
"security": "nsp check",
"test": "npm run tests-only",
"tests-only": "node test/index.js"
},
"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/index.js"
},
"version": "1.5.1"
}