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.
68 lines
1.8 KiB
68 lines
1.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"json-parse-even-better-errors@2.3.1",
|
|
"/home/lefos/repos/swarmlab-playground-client"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "json-parse-even-better-errors@2.3.1",
|
|
"_id": "json-parse-even-better-errors@2.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
"_location": "/json-parse-even-better-errors",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "json-parse-even-better-errors@2.3.1",
|
|
"name": "json-parse-even-better-errors",
|
|
"escapedName": "json-parse-even-better-errors",
|
|
"rawSpec": "2.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/read-pkg/parse-json"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
"_spec": "2.3.1",
|
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
|
"author": {
|
|
"name": "Kat Marchán",
|
|
"email": "kzm@zkat.tech"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/npm/json-parse-even-better-errors/issues"
|
|
},
|
|
"description": "JSON.parse with context information on error",
|
|
"devDependencies": {
|
|
"tap": "^14.6.5"
|
|
},
|
|
"files": [
|
|
"*.js"
|
|
],
|
|
"homepage": "https://github.com/npm/json-parse-even-better-errors#readme",
|
|
"keywords": [
|
|
"JSON",
|
|
"parser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "json-parse-even-better-errors",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/npm/json-parse-even-better-errors.git"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish",
|
|
"prepublishOnly": "git push --follow-tags",
|
|
"preversion": "npm t",
|
|
"snap": "tap",
|
|
"test": "tap"
|
|
},
|
|
"tap": {
|
|
"check-coverage": true
|
|
},
|
|
"version": "2.3.1"
|
|
}
|
|
|