Changeset 59329aa for trip-planner-front/node_modules/snapdragon-node
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- Location:
- trip-planner-front/node_modules/snapdragon-node
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/snapdragon-node/node_modules/define-property/package.json
rceaed42 r59329aa 1 1 { 2 "name": "define-property", 3 "description": "Define a non-enumerable property on an object.", 4 "version": "1.0.0", 5 "homepage": "https://github.com/jonschlinkert/define-property", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/define-property", 2 "_args": [ 3 [ 4 "define-property@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "define-property@1.0.0", 10 "_id": "define-property@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", 13 "_location": "/snapdragon-node/define-property", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "define-property@1.0.0", 19 "name": "define-property", 20 "escapedName": "define-property", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/snapdragon-node" 27 ], 28 "_resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", 29 "_spec": "1.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 8 35 "bugs": { 9 36 "url": "https://github.com/jonschlinkert/define-property/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 37 }, 22 38 "dependencies": { 23 39 "is-descriptor": "^1.0.0" 24 40 }, 41 "description": "Define a non-enumerable property on an object.", 25 42 "devDependencies": { 26 43 "gulp-format-md": "^0.1.12", 27 44 "mocha": "^3.2.0" 28 45 }, 46 "engines": { 47 "node": ">=0.10.0" 48 }, 49 "files": [ 50 "index.js" 51 ], 52 "homepage": "https://github.com/jonschlinkert/define-property", 29 53 "keywords": [ 30 54 "define", … … 39 63 "value" 40 64 ], 65 "license": "MIT", 66 "main": "index.js", 67 "name": "define-property", 68 "repository": { 69 "type": "git", 70 "url": "git+https://github.com/jonschlinkert/define-property.git" 71 }, 72 "scripts": { 73 "test": "mocha" 74 }, 41 75 "verb": { 42 76 "related": { … … 59 93 "reflinks": true 60 94 } 61 } 95 }, 96 "version": "1.0.0" 62 97 } -
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.