You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
1.8 KiB
JSON

{
"_from": "require-precompiled@^0.1.0",
"_id": "require-precompiled@0.1.0",
"_inBundle": false,
"_integrity": "sha1-WhtS63Dr7UPrmC6XTIWrWVceVvo=",
"_location": "/require-precompiled",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "require-precompiled@^0.1.0",
"name": "require-precompiled",
"escapedName": "require-precompiled",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/ava"
],
"_resolved": "https://registry.npmjs.org/require-precompiled/-/require-precompiled-0.1.0.tgz",
"_shasum": "5a1b52eb70ebed43eb982e974c85ab59571e56fa",
"_spec": "require-precompiled@^0.1.0",
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava",
"author": {
"name": "James Talmage",
"email": "james@talmage.io",
"url": "github.com/jamestalmage"
},
"bugs": {
"url": "https://github.com/jamestalmage/require-precompiled/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Require extension that allows for caching/precompiling",
"devDependencies": {
"ava": "^0.8.0",
"coveralls": "^2.11.6",
"fake-module-system": "^0.3.0",
"nyc": "^5.0.0",
"xo": "^0.12.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jamestalmage/require-precompiled#readme",
"keywords": [
"require",
"extension",
"cache",
"precompile"
],
"license": "MIT",
"name": "require-precompiled",
"repository": {
"type": "git",
"url": "git+https://github.com/jamestalmage/require-precompiled.git"
},
"scripts": {
"test": "xo && nyc --reporter=lcov --reporter=text ava"
},
"version": "0.1.0",
"xo": {
"ignores": [
"test.js"
]
}
}