- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/validate-npm-package-name/package.json
rceaed42 r59329aa 1 1 { 2 "name": "validate-npm-package-name", 3 "version": "3.0.0", 4 "description": "Give me a string and I'll tell you if it's a valid npm package name", 5 "main": "index.js", 6 "directories": { 7 "test": "test" 2 "_args": [ 3 [ 4 "validate-npm-package-name@3.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "validate-npm-package-name@3.0.0", 10 "_id": "validate-npm-package-name@3.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-X6kS2B630MdK/BQN5zF/DKffQ34=", 13 "_location": "/validate-npm-package-name", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "validate-npm-package-name@3.0.0", 19 "name": "validate-npm-package-name", 20 "escapedName": "validate-npm-package-name", 21 "rawSpec": "3.0.0", 22 "saveSpec": null, 23 "fetchSpec": "3.0.0" 24 }, 25 "_requiredBy": [ 26 "/npm-package-arg" 27 ], 28 "_resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-3.0.0.tgz", 29 "_spec": "3.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "zeke" 33 }, 34 "bugs": { 35 "url": "https://github.com/npm/validate-npm-package-name/issues" 8 36 }, 9 37 "dependencies": { 10 38 "builtins": "^1.0.3" 11 39 }, 40 "description": "Give me a string and I'll tell you if it's a valid npm package name", 12 41 "devDependencies": { 13 42 "standard": "^8.6.0", 14 43 "tap": "^10.0.0" 15 44 }, 16 "scripts": { 17 "cov:test": "TAP_FLAGS='--cov' npm run test:code", 18 "test:code": "tap ${TAP_FLAGS:-'--'} test/*.js", 19 "test:style": "standard", 20 "test": "npm run test:code && npm run test:style" 45 "directories": { 46 "test": "test" 21 47 }, 22 "repository": { 23 "type": "git", 24 "url": "https://github.com/npm/validate-npm-package-name" 25 }, 48 "homepage": "https://github.com/npm/validate-npm-package-name", 26 49 "keywords": [ 27 50 "npm", … … 30 53 "validation" 31 54 ], 32 "author": "zeke",33 55 "license": "ISC", 34 "bugs": { 35 "url": "https://github.com/npm/validate-npm-package-name/issues" 56 "main": "index.js", 57 "name": "validate-npm-package-name", 58 "repository": { 59 "type": "git", 60 "url": "git+https://github.com/npm/validate-npm-package-name.git" 36 61 }, 37 "homepage": "https://github.com/npm/validate-npm-package-name" 62 "scripts": { 63 "cov:test": "TAP_FLAGS='--cov' npm run test:code", 64 "test": "npm run test:code && npm run test:style", 65 "test:code": "tap ${TAP_FLAGS:-'--'} test/*.js", 66 "test:style": "standard" 67 }, 68 "version": "3.0.0" 38 69 }
Note:
See TracChangeset
for help on using the changeset viewer.