12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "_from": "diff@~1.0.8",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-NDJ2MI7Jkbe8giZ+1VvBQR+XFmY=",
- "_location": "/diff",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "diff@~1.0.8",
- "name": "diff",
- "escapedName": "diff",
- "rawSpec": "~1.0.8",
- "saveSpec": null,
- "fetchSpec": "~1.0.8"
- },
- "_requiredBy": [
- "/gulp-dedupe"
- ],
- "_resolved": "https://registry.npmjs.org/diff/-/diff-1.0.8.tgz",
- "_shasum": "343276308ec991b7bc82267ed55bc1411f971666",
- "_spec": "diff@~1.0.8",
- "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-dedupe",
- "bugs": {
- "url": "http://github.com/kpdecker/jsdiff/issues",
- "email": "[email protected]"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "A javascript text diff implementation.",
- "devDependencies": {
- "colors": "~0.6.2",
- "mocha": "~1.6",
- "should": "~1.2"
- },
- "engines": {
- "node": ">=0.3.1"
- },
- "files": [
- "diff.js"
- ],
- "homepage": "https://github.com/kpdecker/jsdiff#readme",
- "keywords": [
- "diff",
- "javascript"
- ],
- "licenses": [
- {
- "type": "BSD",
- "url": "http://github.com/kpdecker/jsdiff/blob/master/LICENSE"
- }
- ],
- "main": "./diff",
- "maintainers": [
- {
- "name": "Kevin Decker",
- "email": "[email protected]",
- "url": "http://incaseofstairs.com"
- }
- ],
- "name": "diff",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/kpdecker/jsdiff.git"
- },
- "scripts": {
- "test": "mocha test/*.js"
- },
- "version": "1.0.8"
- }
|