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.6 KiB
JSON
73 lines
1.6 KiB
JSON
5 years ago
|
{
|
||
|
"_from": "write-pkg@^1.0.0",
|
||
|
"_id": "write-pkg@1.0.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha1-rriqnU14jh2JPfsIVJaLVDqRn1c=",
|
||
|
"_location": "/write-pkg",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "write-pkg@^1.0.0",
|
||
|
"name": "write-pkg",
|
||
|
"escapedName": "write-pkg",
|
||
|
"rawSpec": "^1.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/ava-init"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/write-pkg/-/write-pkg-1.0.0.tgz",
|
||
|
"_shasum": "aeb8aa9d4d788e1d893dfb0854968b543a919f57",
|
||
|
"_spec": "write-pkg@^1.0.0",
|
||
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava-init",
|
||
|
"author": {
|
||
|
"name": "Sindre Sorhus",
|
||
|
"email": "sindresorhus@gmail.com",
|
||
|
"url": "sindresorhus.com"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/sindresorhus/write-pkg/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"write-json-file": "^1.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "Write a package.json file",
|
||
|
"devDependencies": {
|
||
|
"ava": "*",
|
||
|
"read-pkg": "^1.0.0",
|
||
|
"tempfile": "^1.1.1",
|
||
|
"xo": "*"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/sindresorhus/write-pkg#readme",
|
||
|
"keywords": [
|
||
|
"json",
|
||
|
"write",
|
||
|
"stringify",
|
||
|
"file",
|
||
|
"fs",
|
||
|
"graceful",
|
||
|
"pkg",
|
||
|
"package"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"name": "write-pkg",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/sindresorhus/write-pkg.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "xo && ava"
|
||
|
},
|
||
|
"version": "1.0.0"
|
||
|
}
|