72 lines
2.0 KiB
JSON
Executable File
72 lines
2.0 KiB
JSON
Executable File
{
|
|
"_from": "pvutils@latest",
|
|
"_id": "pvutils@1.0.17",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-wLHYUQxWaXVQvKnwIDWFVKDJku9XDCvyhhxoq8dc5MFdIlRenyPI9eSfEtcvgHgD7FlvCyGAlWgOzRnZD99GZQ==",
|
|
"_location": "/pvutils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "pvutils@latest",
|
|
"name": "pvutils",
|
|
"escapedName": "pvutils",
|
|
"rawSpec": "latest",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"/asn1js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.0.17.tgz",
|
|
"_shasum": "ade3c74dfe7178944fe44806626bd2e249d996bf",
|
|
"_spec": "pvutils@latest",
|
|
"_where": "C:\\Users\\Massta\\Desktop\\new\\node_modules\\asn1js",
|
|
"author": {
|
|
"name": "Yury Strozhevsky",
|
|
"email": "yury@strozhevsky.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/PeculiarVentures/pvutils/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Ryan Hurst",
|
|
"email": "rmh@unmitigatedrisk.com"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"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"
|
|
}
|