[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "@discoveryjs/json-ext@0.5.3",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
[6a3a178] | 6 | ]
|
---|
[59329aa] | 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "@discoveryjs/json-ext@0.5.3",
|
---|
| 10 | "_id": "@discoveryjs/json-ext@0.5.3",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-Fxt+AfXgjMoin2maPIYzFZnQjAXjAL0PHscM5pRTtatFqB+vZxAM9tLp2Optnuw3QOQC40jTNeGYFOMvyf7v9g==",
|
---|
| 13 | "_location": "/@discoveryjs/json-ext",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "@discoveryjs/json-ext@0.5.3",
|
---|
| 19 | "name": "@discoveryjs/json-ext",
|
---|
| 20 | "escapedName": "@discoveryjs%2fjson-ext",
|
---|
| 21 | "scope": "@discoveryjs",
|
---|
| 22 | "rawSpec": "0.5.3",
|
---|
| 23 | "saveSpec": null,
|
---|
| 24 | "fetchSpec": "0.5.3"
|
---|
| 25 | },
|
---|
| 26 | "_requiredBy": [
|
---|
| 27 | "/@angular-devkit/build-angular"
|
---|
| 28 | ],
|
---|
| 29 | "_resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.3.tgz",
|
---|
| 30 | "_spec": "0.5.3",
|
---|
| 31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 32 | "author": {
|
---|
| 33 | "name": "Roman Dvornov",
|
---|
| 34 | "email": "rdvornov@gmail.com",
|
---|
| 35 | "url": "https://github.com/lahmatiy"
|
---|
| 36 | },
|
---|
| 37 | "browser": {
|
---|
| 38 | "./src/stringify-stream.js": "./src/stringify-stream-browser.js",
|
---|
| 39 | "./src/text-decoder.js": "./src/text-decoder-browser.js"
|
---|
| 40 | },
|
---|
| 41 | "bugs": {
|
---|
| 42 | "url": "https://github.com/discoveryjs/json-ext/issues"
|
---|
| 43 | },
|
---|
| 44 | "dependencies": {},
|
---|
| 45 | "description": "A set of utilities that extend the use of JSON",
|
---|
| 46 | "devDependencies": {
|
---|
| 47 | "@rollup/plugin-commonjs": "^15.1.0",
|
---|
| 48 | "@rollup/plugin-json": "^4.1.0",
|
---|
| 49 | "@rollup/plugin-node-resolve": "^9.0.0",
|
---|
| 50 | "chalk": "^4.1.0",
|
---|
| 51 | "coveralls": "^3.1.0",
|
---|
| 52 | "cross-env": "^7.0.3",
|
---|
| 53 | "eslint": "^7.6.0",
|
---|
| 54 | "mocha": "^8.1.1",
|
---|
| 55 | "nyc": "^15.1.0",
|
---|
| 56 | "rollup": "^2.28.2",
|
---|
| 57 | "rollup-plugin-terser": "^7.0.2"
|
---|
| 58 | },
|
---|
| 59 | "engines": {
|
---|
| 60 | "node": ">=10.0.0"
|
---|
| 61 | },
|
---|
| 62 | "files": [
|
---|
| 63 | "dist",
|
---|
| 64 | "src"
|
---|
| 65 | ],
|
---|
| 66 | "homepage": "https://github.com/discoveryjs/json-ext#readme",
|
---|
| 67 | "keywords": [
|
---|
| 68 | "json",
|
---|
| 69 | "utils",
|
---|
| 70 | "stream",
|
---|
| 71 | "async",
|
---|
| 72 | "promise",
|
---|
| 73 | "stringify",
|
---|
| 74 | "info"
|
---|
| 75 | ],
|
---|
| 76 | "license": "MIT",
|
---|
| 77 | "main": "./src/index",
|
---|
| 78 | "name": "@discoveryjs/json-ext",
|
---|
| 79 | "repository": {
|
---|
| 80 | "type": "git",
|
---|
| 81 | "url": "git+https://github.com/discoveryjs/json-ext.git"
|
---|
| 82 | },
|
---|
| 83 | "scripts": {
|
---|
| 84 | "build": "rollup --config",
|
---|
| 85 | "build-and-test": "npm run build && npm run test:dist",
|
---|
| 86 | "coverage": "nyc npm test",
|
---|
| 87 | "coveralls": "nyc report --reporter=text-lcov | coveralls",
|
---|
| 88 | "lint": "eslint src test",
|
---|
| 89 | "lint-and-test": "npm run lint && npm test",
|
---|
| 90 | "prepublishOnly": "npm run build",
|
---|
| 91 | "test": "mocha --reporter progress",
|
---|
| 92 | "test:all": "npm run test:src && npm run test:dist",
|
---|
| 93 | "test:dist": "cross-env MODE=dist npm test && cross-env MODE=dist-min npm test",
|
---|
| 94 | "test:src": "npm test",
|
---|
| 95 | "travis": "nyc npm run lint-and-test && npm run build-and-test && npm run coveralls"
|
---|
| 96 | },
|
---|
| 97 | "version": "0.5.3"
|
---|
[6a3a178] | 98 | }
|
---|