atcheck/lsscanner/new_ubuntu/node_modules/pvutils/package.json

75 lines
2.0 KiB
JSON

{
"_args": [
[
"pvutils@1.0.17",
"/home/massta/Documents/new"
]
],
"_from": "pvutils@1.0.17",
"_id": "pvutils@1.0.17",
"_inBundle": false,
"_integrity": "sha512-wLHYUQxWaXVQvKnwIDWFVKDJku9XDCvyhhxoq8dc5MFdIlRenyPI9eSfEtcvgHgD7FlvCyGAlWgOzRnZD99GZQ==",
"_location": "/pvutils",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "pvutils@1.0.17",
"name": "pvutils",
"escapedName": "pvutils",
"rawSpec": "1.0.17",
"saveSpec": null,
"fetchSpec": "1.0.17"
},
"_requiredBy": [
"/asn1js"
],
"_resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.0.17.tgz",
"_spec": "1.0.17",
"_where": "/home/massta/Documents/new",
"author": {
"name": "Yury Strozhevsky",
"email": "yury@strozhevsky.com"
},
"bugs": {
"url": "https://github.com/PeculiarVentures/pvutils/issues"
},
"contributors": [
{
"name": "Ryan Hurst",
"email": "rmh@unmitigatedrisk.com"
}
],
"description": "Common utilities for products from Peculiar Ventures",
"devDependencies": {
"babel-cli": "latest",
"babel-plugin-istanbul": "^4.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "latest",
"cross-env": "^5.1.4",
"eslint": "^4.19.1",
"mocha": "^3.0.2",
"nyc": "^11.6.0"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/PeculiarVentures/pvutils#readme",
"jsnext:main": "./src/utils.js",
"license": "MIT",
"main": "./build/utils.js",
"module": "./src/utils.js",
"name": "pvutils",
"repository": {
"type": "git",
"url": "git+https://github.com/PeculiarVentures/pvutils.git"
},
"scripts": {
"build": "babel src --compact=false --out-dir build --source-maps",
"prepublishOnly": "npm run build",
"test": "cross-env NODE_ENV=test nyc mocha --require babel-register --require babel-polyfill",
"watch": "babel src --compact=false --out-dir build --source-maps --watch"
},
"version": "1.0.17"
}