react-scripts
Version:
Configuration and scripts for Create React App.
104 lines (103 loc) • 2.69 kB
JSON
{
"_args": [
[
{
"raw": "lru-cache@^4.0.1",
"scope": null,
"escapedName": "lru-cache",
"name": "lru-cache",
"rawSpec": "^4.0.1",
"spec": ">=4.0.1 <5.0.0",
"type": "range"
},
"/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/cross-spawn"
]
],
"_from": "lru-cache@>=4.0.1 <5.0.0",
"_id": "lru-cache@4.0.1",
"_inCache": true,
"_location": "/lru-cache",
"_nodeVersion": "5.6.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/lru-cache-4.0.1.tgz_1458667372415_0.8005518841091543"
},
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
"_npmVersion": "3.7.3",
"_phantomChildren": {},
"_requested": {
"raw": "lru-cache@^4.0.1",
"scope": null,
"escapedName": "lru-cache",
"name": "lru-cache",
"rawSpec": "^4.0.1",
"spec": ">=4.0.1 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/cross-spawn"
],
"_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.1.tgz",
"_shasum": "1343955edaf2e37d9b9e7ee7241e27c4b9fb72be",
"_shrinkwrap": null,
"_spec": "lru-cache@^4.0.1",
"_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/cross-spawn",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me"
},
"bugs": {
"url": "https://github.com/isaacs/node-lru-cache/issues"
},
"dependencies": {
"pseudomap": "^1.0.1",
"yallist": "^2.0.0"
},
"description": "A cache object that deletes the least-recently-used items.",
"devDependencies": {
"standard": "^5.4.1",
"tap": "^5.1.1"
},
"directories": {},
"dist": {
"shasum": "1343955edaf2e37d9b9e7ee7241e27c4b9fb72be",
"tarball": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.1.tgz"
},
"files": [
"lib/lru-cache.js"
],
"gitHead": "6cd8c8a43cf56c585bdb696faae94f9836cb9e28",
"homepage": "https://github.com/isaacs/node-lru-cache#readme",
"keywords": [
"mru",
"lru",
"cache"
],
"license": "ISC",
"main": "lib/lru-cache.js",
"maintainers": [
{
"name": "isaacs",
"email": "isaacs@npmjs.com"
},
{
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
}
],
"name": "lru-cache",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-lru-cache.git"
},
"scripts": {
"posttest": "standard test/*.js lib/*.js",
"test": "tap test --branches=100 --functions=100 --lines=100 --statements=100"
},
"version": "4.0.1"
}