Changeset 59329aa for trip-planner-front/node_modules/npm-packlist
- 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/npm-packlist/package.json
rceaed42 r59329aa 1 1 { 2 "name": "npm-packlist", 3 "version": "2.2.2", 4 "description": "Get a list of the files to add from a folder into an npm package", 5 "directories": { 6 "test": "test" 2 "_args": [ 3 [ 4 "npm-packlist@2.2.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "npm-packlist@2.2.2", 10 "_id": "npm-packlist@2.2.2", 11 "_inBundle": false, 12 "_integrity": "sha512-Jt01acDvJRhJGthnUJVF/w6gumWOZxO7IkpY/lsX9//zqQgnF7OJaxgQXcerd4uQOLu7W5bkb4mChL9mdfm+Zg==", 13 "_location": "/npm-packlist", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "npm-packlist@2.2.2", 19 "name": "npm-packlist", 20 "escapedName": "npm-packlist", 21 "rawSpec": "2.2.2", 22 "saveSpec": null, 23 "fetchSpec": "2.2.2" 7 24 }, 8 "main": "index.js", 25 "_requiredBy": [ 26 "/pacote" 27 ], 28 "_resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-2.2.2.tgz", 29 "_spec": "2.2.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Isaac Z. Schlueter", 33 "email": "i@izs.me", 34 "url": "http://blog.izs.me/" 35 }, 36 "bin": { 37 "npm-packlist": "bin/index.js" 38 }, 39 "bugs": { 40 "url": "https://github.com/npm/npm-packlist/issues" 41 }, 9 42 "dependencies": { 10 43 "glob": "^7.1.6", … … 13 46 "npm-normalize-package-bin": "^1.0.1" 14 47 }, 15 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", 16 "license": "ISC", 17 "files": [ 18 "bin/index.js", 19 "index.js" 20 ], 48 "description": "Get a list of the files to add from a folder into an npm package", 21 49 "devDependencies": { 22 50 "eslint": "^7.25.0", … … 28 56 "tap": "^15.0.6" 29 57 }, 30 "scripts": { 31 "test": "tap", 32 "posttest": "npm run lint", 33 "snap": "tap", 34 "postsnap": "npm run lintfix", 35 "preversion": "npm test", 36 "postversion": "npm publish", 37 "prepublishOnly": "git push origin --follow-tags", 38 "eslint": "eslint", 39 "lint": "npm run eslint -- index.js bin/index.js \"test/**/*.js\"", 40 "lintfix": "npm run lint -- --fix" 58 "directories": { 59 "test": "test" 41 60 }, 61 "engines": { 62 "node": ">=10" 63 }, 64 "files": [ 65 "bin/index.js", 66 "index.js" 67 ], 68 "homepage": "https://github.com/npm/npm-packlist#readme", 69 "license": "ISC", 70 "main": "index.js", 71 "name": "npm-packlist", 42 72 "repository": { 43 73 "type": "git", 44 74 "url": "git+https://github.com/npm/npm-packlist.git" 75 }, 76 "scripts": { 77 "eslint": "eslint", 78 "lint": "npm run eslint -- index.js bin/index.js \"test/**/*.js\"", 79 "lintfix": "npm run lint -- --fix", 80 "postsnap": "npm run lintfix", 81 "posttest": "npm run lint", 82 "postversion": "npm publish", 83 "prepublishOnly": "git push origin --follow-tags", 84 "preversion": "npm test", 85 "snap": "tap", 86 "test": "tap" 45 87 }, 46 88 "tap": { … … 54 96 ] 55 97 }, 56 "bin": { 57 "npm-packlist": "bin/index.js" 58 }, 59 "engines": { 60 "node": ">=10" 61 } 98 "version": "2.2.2" 62 99 }
Note:
See TracChangeset
for help on using the changeset viewer.