- 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/snapdragon-node/package.json
rceaed42 r59329aa 1 1 { 2 "name": "snapdragon-node", 3 "description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.", 4 "version": "2.1.1", 5 "homepage": "https://github.com/jonschlinkert/snapdragon-node", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/snapdragon-node", 2 "_args": [ 3 [ 4 "snapdragon-node@2.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "snapdragon-node@2.1.1", 10 "_id": "snapdragon-node@2.1.1", 11 "_inBundle": false, 12 "_integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", 13 "_location": "/snapdragon-node", 14 "_phantomChildren": { 15 "is-descriptor": "1.0.2" 16 }, 17 "_requested": { 18 "type": "version", 19 "registry": true, 20 "raw": "snapdragon-node@2.1.1", 21 "name": "snapdragon-node", 22 "escapedName": "snapdragon-node", 23 "rawSpec": "2.1.1", 24 "saveSpec": null, 25 "fetchSpec": "2.1.1" 26 }, 27 "_requiredBy": [ 28 "/http-proxy-middleware/braces", 29 "/webpack-dev-server/braces" 30 ], 31 "_resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", 32 "_spec": "2.1.1", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "author": { 35 "name": "Jon Schlinkert", 36 "url": "https://github.com/jonschlinkert" 37 }, 8 38 "bugs": { 9 39 "url": "https://github.com/jonschlinkert/snapdragon-node/issues" 10 },11 "license": "MIT",12 "files": [13 "index.js"14 ],15 "main": "index.js",16 "engines": {17 "node": ">=0.10.0"18 },19 "scripts": {20 "test": "mocha"21 40 }, 22 41 "dependencies": { … … 25 44 "snapdragon-util": "^3.0.1" 26 45 }, 46 "description": "Snapdragon utility for creating a new AST node in custom code, such as plugins.", 27 47 "devDependencies": { 28 48 "gulp": "^3.9.1", … … 34 54 "snapdragon": "^0.11.0" 35 55 }, 56 "engines": { 57 "node": ">=0.10.0" 58 }, 59 "files": [ 60 "index.js" 61 ], 62 "homepage": "https://github.com/jonschlinkert/snapdragon-node", 36 63 "keywords": [ 37 64 "ast", … … 49 76 "transform" 50 77 ], 78 "license": "MIT", 79 "main": "index.js", 80 "name": "snapdragon-node", 81 "repository": { 82 "type": "git", 83 "url": "git+https://github.com/jonschlinkert/snapdragon-node.git" 84 }, 85 "scripts": { 86 "test": "mocha" 87 }, 51 88 "verb": { 52 89 "layout": "default", … … 73 110 "reflinks": true 74 111 } 75 } 112 }, 113 "version": "2.1.1" 76 114 }
Note:
See TracChangeset
for help on using the changeset viewer.