74 lines
2.3 KiB
JSON
74 lines
2.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"hjson@3.2.1",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "hjson@3.2.1",
|
|
"_id": "hjson@3.2.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-OhhrFMeC7dVuA1xvxuXGTv/yTdhTvbe8hz+3LgVNsfi9+vgz0sF/RrkuX8eegpKaMc9cwYwydImBH6iePoJtdQ==",
|
|
"_location": "/hjson",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "hjson@3.2.1",
|
|
"name": "hjson",
|
|
"escapedName": "hjson",
|
|
"rawSpec": "3.2.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.2.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/hjson/-/hjson-3.2.1.tgz",
|
|
"_spec": "3.2.1",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": {
|
|
"name": "Christian Zangl"
|
|
},
|
|
"bin": {
|
|
"hjson": "./bin/hjson"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/hjson/hjson-js/issues"
|
|
},
|
|
"description": "A user interface for JSON.",
|
|
"devDependencies": {
|
|
"browserify": "^13.3.0",
|
|
"browserify-header": "0.9.2",
|
|
"eslint": "^3.13.1",
|
|
"uglify-js": "^2.7.5"
|
|
},
|
|
"homepage": "http://hjson.org",
|
|
"keywords": [
|
|
"json",
|
|
"comments",
|
|
"config",
|
|
"hjson",
|
|
"parser",
|
|
"serializer",
|
|
"human"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/hjson.js",
|
|
"name": "hjson",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hjson/hjson-js.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build_v1 && npm run build_v2 && npm run test && npm run lint && npm run build_bundle && npm run build_min",
|
|
"build_bundle": "node_modules/browserify/bin/cmd.js -p browserify-header --ignore os -s Hjson -o bundle/hjson.js lib/hjson.js",
|
|
"build_min": "node node_modules/uglify-js/bin/uglifyjs bundle/hjson.js --comments=/^!/ -c -m -o bundle/hjson.min.js",
|
|
"build_v1": "node -e 'console.log(\"module.exports=\\\"\"+eval(\"(\"+process.argv[1]+\")\").version+\"\\\";\");' -- \"`cat package.json`\" > lib/hjson-version.js",
|
|
"build_v2": "node -e 'var v=\" * Hjson v\"+eval(\"(\"+process.argv[1]+\")\").version; if (v!==process.argv[2]) throw new Error(\"ver\");' -- \"`cat package.json`\" \"`grep -E '\\* Hjson v.*$' lib/hjson.js`\"",
|
|
"lint": "node_modules/eslint/bin/eslint.js -f unix bin/hjson lib/*.js",
|
|
"test": "node ./test/test.js"
|
|
},
|
|
"version": "3.2.1"
|
|
}
|