83 lines
2.1 KiB
JSON
83 lines
2.1 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"parse-node-version@1.0.1",
|
||
|
"/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome"
|
||
|
]
|
||
|
],
|
||
|
"_from": "parse-node-version@1.0.1",
|
||
|
"_id": "parse-node-version@1.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
|
||
|
"_location": "/parse-node-version",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "parse-node-version@1.0.1",
|
||
|
"name": "parse-node-version",
|
||
|
"escapedName": "parse-node-version",
|
||
|
"rawSpec": "1.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/fancy-log"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz",
|
||
|
"_spec": "1.0.1",
|
||
|
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome",
|
||
|
"author": {
|
||
|
"name": "Gulp Team",
|
||
|
"email": "team@gulpjs.com",
|
||
|
"url": "http://gulpjs.com/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/gulpjs/parse-node-version/issues"
|
||
|
},
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Blaine Bublitz",
|
||
|
"email": "blaine.bublitz@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {},
|
||
|
"description": "Turn node's process.version into something useful.",
|
||
|
"devDependencies": {
|
||
|
"eslint": "^2.13.0",
|
||
|
"eslint-config-gulp": "^3.0.1",
|
||
|
"expect": "^1.20.2",
|
||
|
"istanbul": "^0.4.3",
|
||
|
"istanbul-coveralls": "^1.0.3",
|
||
|
"mocha": "^3.5.3"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 0.10"
|
||
|
},
|
||
|
"files": [
|
||
|
"LICENSE",
|
||
|
"index.js"
|
||
|
],
|
||
|
"homepage": "https://github.com/gulpjs/parse-node-version#readme",
|
||
|
"keywords": [
|
||
|
"process.version",
|
||
|
"node version",
|
||
|
"version parse"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "parse-node-version",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/gulpjs/parse-node-version.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"cover": "istanbul cover _mocha --report lcovonly",
|
||
|
"coveralls": "npm run cover && istanbul-coveralls",
|
||
|
"lint": "eslint .",
|
||
|
"pretest": "npm run lint",
|
||
|
"test": "mocha --async-only"
|
||
|
},
|
||
|
"version": "1.0.1"
|
||
|
}
|