Changeset 59329aa for trip-planner-front/node_modules/jsonparse
- 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/jsonparse/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "jsonparse@1.3.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "jsonparse@1.3.1", 10 "_id": "jsonparse@1.3.1", 11 "_inBundle": false, 12 "_integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", 13 "_location": "/jsonparse", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "jsonparse@1.3.1", 19 "name": "jsonparse", 20 "escapedName": "jsonparse", 21 "rawSpec": "1.3.1", 22 "saveSpec": null, 23 "fetchSpec": "1.3.1" 24 }, 25 "_requiredBy": [ 26 "/minipass-json-stream" 27 ], 28 "_resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", 29 "_spec": "1.3.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Tim Caswell", 33 "email": "tim@creationix.com" 34 }, 35 "bugs": { 36 "url": "http://github.com/creationix/jsonparse/issues" 37 }, 38 "description": "This is a pure-js JSON streaming parser for node.js", 39 "devDependencies": { 40 "tap": "~0.3.3", 41 "tape": "~0.1.1" 42 }, 43 "engines": [ 44 "node >= 0.2.0" 45 ], 46 "homepage": "https://github.com/creationix/jsonparse#readme", 47 "license": "MIT", 48 "main": "jsonparse.js", 2 49 "name": "jsonparse", 3 "description": "This is a pure-js JSON streaming parser for node.js",4 "tags": ["json", "stream"],5 "version": "1.3.1",6 "author": "Tim Caswell <tim@creationix.com>",7 50 "repository": { 8 51 "type": "git", 9 "url": "http://github.com/creationix/jsonparse.git" 10 }, 11 "devDependencies": { 12 "tape": "~0.1.1", 13 "tap": "~0.3.3" 52 "url": "git+ssh://git@github.com/creationix/jsonparse.git" 14 53 }, 15 54 "scripts": { 16 55 "test": "tap test/*.js" 17 56 }, 18 "bugs": "http://github.com/creationix/jsonparse/issues", 19 "engines": ["node >= 0.2.0"], 20 "license": "MIT", 21 "main": "jsonparse.js" 57 "tags": [ 58 "json", 59 "stream" 60 ], 61 "version": "1.3.1" 22 62 }
Note:
See TracChangeset
for help on using the changeset viewer.