mirror of https://github.com/lukechilds/node.git
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.
95 lines
2.4 KiB
95 lines
2.4 KiB
{
|
|
"_args": [
|
|
[
|
|
"read-json-sync@^1.1.0",
|
|
"/Users/trott/io.js/tools/node_modules/flat-cache"
|
|
]
|
|
],
|
|
"_from": "read-json-sync@>=1.1.0 <2.0.0",
|
|
"_id": "read-json-sync@1.1.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/read-json-sync",
|
|
"_nodeVersion": "5.1.0",
|
|
"_npmUser": {
|
|
"email": "snnskwtnb@gmail.com",
|
|
"name": "shinnn"
|
|
},
|
|
"_npmVersion": "3.3.12",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "read-json-sync",
|
|
"raw": "read-json-sync@^1.1.0",
|
|
"rawSpec": "^1.1.0",
|
|
"scope": null,
|
|
"spec": ">=1.1.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/flat-cache"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/read-json-sync/-/read-json-sync-1.1.1.tgz",
|
|
"_shasum": "43c669ae864aae308dfbbb2721a67e295ec8fff6",
|
|
"_shrinkwrap": null,
|
|
"_spec": "read-json-sync@^1.1.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/flat-cache",
|
|
"author": {
|
|
"name": "Shinnosuke Watanabe",
|
|
"url": "https://github.com/shinnn"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/shinnn/read-json-sync/issues"
|
|
},
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.2"
|
|
},
|
|
"description": "Read and parse a JSON file synchronously",
|
|
"devDependencies": {
|
|
"@shinnn/eslint-config-node-legacy": "^1.0.0",
|
|
"eslint": "^1.7.3",
|
|
"istanbul": "^0.4.0",
|
|
"tap-spec": "^4.1.0",
|
|
"tape": "^4.2.2"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "43c669ae864aae308dfbbb2721a67e295ec8fff6",
|
|
"tarball": "https://registry.npmjs.org/read-json-sync/-/read-json-sync-1.1.1.tgz"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "0999728ef395e327129fa5754c3f9d8d6040188b",
|
|
"homepage": "https://github.com/shinnn/read-json-sync#readme",
|
|
"keywords": [
|
|
"data",
|
|
"json",
|
|
"file",
|
|
"read",
|
|
"load",
|
|
"parse",
|
|
"synchronous",
|
|
"synchronously",
|
|
"sync"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"email": "snnskwtnb@gmail.com",
|
|
"name": "shinnn"
|
|
}
|
|
],
|
|
"name": "read-json-sync",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/shinnn/read-json-sync.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "node --strong_mode node_modules/.bin/istanbul cover test/test.js",
|
|
"pretest": "eslint --config @shinnn/node-legacy index.js test/test.js",
|
|
"test": "node --strong_mode --throw-deprecation --track-heap-objects test/test.js | tap-spec"
|
|
},
|
|
"version": "1.1.1"
|
|
}
|
|
|