| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "_from": "with@~4.0.0",
- "_id": "with@4.0.3",
- "_inBundle": false,
- "_integrity": "sha1-7v0VTp550sjTQXtkeo8U2f7M4U4=",
- "_location": "/with",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "with@~4.0.0",
- "name": "with",
- "escapedName": "with",
- "rawSpec": "~4.0.0",
- "saveSpec": null,
- "fetchSpec": "~4.0.0"
- },
- "_requiredBy": [
- "/jade"
- ],
- "_resolved": "https://registry.npmjs.org/with/-/with-4.0.3.tgz",
- "_shasum": "eefd154e9e79d2c8d3417b647a8f14d9fecce14e",
- "_spec": "with@~4.0.0",
- "_where": "C:\\FatboarProject\\express-server\\node_modules\\jade",
- "author": {
- "name": "ForbesLindesay"
- },
- "bugs": {
- "url": "https://github.com/ForbesLindesay/with/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "acorn": "^1.0.1",
- "acorn-globals": "^1.0.3"
- },
- "deprecated": false,
- "description": "Compile time `with` for strict mode JavaScript",
- "devDependencies": {
- "mocha": "~1.12.0",
- "uglify-js": "^2.4.15"
- },
- "homepage": "https://github.com/ForbesLindesay/with#readme",
- "license": "MIT",
- "main": "index.js",
- "name": "with",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ForbesLindesay/with.git"
- },
- "scripts": {
- "test": "mocha test/index.js -R spec"
- },
- "version": "4.0.3"
- }
|