1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "parse-node-version@1.0.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "parse-node-version@1.0.1",
|
---|
10 | "_id": "parse-node-version@1.0.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
|
---|
13 | "_location": "/parse-node-version",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "parse-node-version@1.0.1",
|
---|
19 | "name": "parse-node-version",
|
---|
20 | "escapedName": "parse-node-version",
|
---|
21 | "rawSpec": "1.0.1",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "1.0.1"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/less"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz",
|
---|
29 | "_spec": "1.0.1",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Gulp Team",
|
---|
33 | "email": "team@gulpjs.com",
|
---|
34 | "url": "http://gulpjs.com/"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/gulpjs/parse-node-version/issues"
|
---|
38 | },
|
---|
39 | "contributors": [
|
---|
40 | {
|
---|
41 | "name": "Blaine Bublitz",
|
---|
42 | "email": "blaine.bublitz@gmail.com"
|
---|
43 | }
|
---|
44 | ],
|
---|
45 | "dependencies": {},
|
---|
46 | "description": "Turn node's process.version into something useful.",
|
---|
47 | "devDependencies": {
|
---|
48 | "eslint": "^2.13.0",
|
---|
49 | "eslint-config-gulp": "^3.0.1",
|
---|
50 | "expect": "^1.20.2",
|
---|
51 | "istanbul": "^0.4.3",
|
---|
52 | "istanbul-coveralls": "^1.0.3",
|
---|
53 | "mocha": "^3.5.3"
|
---|
54 | },
|
---|
55 | "engines": {
|
---|
56 | "node": ">= 0.10"
|
---|
57 | },
|
---|
58 | "files": [
|
---|
59 | "LICENSE",
|
---|
60 | "index.js"
|
---|
61 | ],
|
---|
62 | "homepage": "https://github.com/gulpjs/parse-node-version#readme",
|
---|
63 | "keywords": [
|
---|
64 | "process.version",
|
---|
65 | "node version",
|
---|
66 | "version parse"
|
---|
67 | ],
|
---|
68 | "license": "MIT",
|
---|
69 | "main": "index.js",
|
---|
70 | "name": "parse-node-version",
|
---|
71 | "repository": {
|
---|
72 | "type": "git",
|
---|
73 | "url": "git+https://github.com/gulpjs/parse-node-version.git"
|
---|
74 | },
|
---|
75 | "scripts": {
|
---|
76 | "cover": "istanbul cover _mocha --report lcovonly",
|
---|
77 | "coveralls": "npm run cover && istanbul-coveralls",
|
---|
78 | "lint": "eslint .",
|
---|
79 | "pretest": "npm run lint",
|
---|
80 | "test": "mocha --async-only"
|
---|
81 | },
|
---|
82 | "version": "1.0.1"
|
---|
83 | }
|
---|