You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
2.7 KiB
110 lines
2.7 KiB
4 years ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"javascript-stringify@2.0.1",
|
||
|
"/home/lefos/repos/swarmlab-playground-client"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "javascript-stringify@2.0.1",
|
||
|
"_id": "javascript-stringify@2.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-yV+gqbd5vaOYjqlbk16EG89xB5udgjqQF3C5FAORDg4f/IS1Yc5ERCv5e/57yBcfJYw05V5JyIXabhwb75Xxow==",
|
||
|
"_location": "/javascript-stringify",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "javascript-stringify@2.0.1",
|
||
|
"name": "javascript-stringify",
|
||
|
"escapedName": "javascript-stringify",
|
||
|
"rawSpec": "2.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "2.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/webpack-chain"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-2.0.1.tgz",
|
||
|
"_spec": "2.0.1",
|
||
|
"_where": "/home/lefos/repos/swarmlab-playground-client",
|
||
|
"author": {
|
||
|
"name": "Blake Embrey",
|
||
|
"email": "hello@blakeembrey.com",
|
||
|
"url": "http://blakeembrey.me"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/blakeembrey/javascript-stringify/issues"
|
||
|
},
|
||
|
"description": "Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`",
|
||
|
"devDependencies": {
|
||
|
"@types/jest": "^24.0.9",
|
||
|
"@types/node": "^11.10.4",
|
||
|
"@types/semver": "^5.5.0",
|
||
|
"fast-check": "^1.12.0",
|
||
|
"husky": "^1.3.1",
|
||
|
"jest": "^24.0.0",
|
||
|
"lint-staged": "^8.1.1",
|
||
|
"prettier": "^1.16.1",
|
||
|
"rimraf": "^2.5.4",
|
||
|
"semver": "^5.6.0",
|
||
|
"ts-jest": "^24.0.0",
|
||
|
"tslint": "^5.0.0",
|
||
|
"tslint-config-prettier": "^1.17.0",
|
||
|
"tslint-config-standard": "^8.0.0",
|
||
|
"typescript": "^3.3.1"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist/"
|
||
|
],
|
||
|
"homepage": "https://github.com/blakeembrey/javascript-stringify",
|
||
|
"husky": {
|
||
|
"hooks": {
|
||
|
"pre-commit": "lint-staged"
|
||
|
}
|
||
|
},
|
||
|
"jest": {
|
||
|
"roots": [
|
||
|
"<rootDir>/src/"
|
||
|
],
|
||
|
"transform": {
|
||
|
"\\.tsx?$": "ts-jest"
|
||
|
}
|
||
|
},
|
||
|
"keywords": [
|
||
|
"stringify",
|
||
|
"javascript",
|
||
|
"object",
|
||
|
"eval",
|
||
|
"string",
|
||
|
"code"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"lint-staged": {
|
||
|
"*.{js,ts,json,md,yml,css}": [
|
||
|
"npm run prettier",
|
||
|
"git add"
|
||
|
]
|
||
|
},
|
||
|
"main": "dist/index.js",
|
||
|
"name": "javascript-stringify",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/blakeembrey/javascript-stringify.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "rimraf dist/ && tsc",
|
||
|
"format": "npm run prettier -- \"{.,src/**}/*.{js,ts,json,md,yml,css}\"",
|
||
|
"lint": "tslint \"src/**/*.ts\" --project tsconfig.json",
|
||
|
"prepare": "npm run build",
|
||
|
"prettier": "prettier --write",
|
||
|
"specs": "jest --coverage",
|
||
|
"test": "npm run lint && npm run build && npm run specs"
|
||
|
},
|
||
|
"types": "dist/index.d.ts",
|
||
|
"version": "2.0.1"
|
||
|
}
|